Revision: cvs-buildpackage--devel--0.1--patch-144
Archive: srivasta@debian.org--2003-primary
Creator: Manoj Srivastava <srivasta@debian.org>
Date: Fri Oct 10 20:35:30 CDT 2003
Standard-date: 2003-10-11 01:35:30 GMT
Modified-files: cvs-buildpackage
New-patches: srivasta@debian.org--2003-primary/cvs-buildpackage--devel--0.1--patch-144
Summary: cscvs to tla changeset 160
Keywords: cscvs:MAIN-160

Author: srivasta
Date: 2002/09/02 04:40:57
   * NOTE: The option -B to specify a buld command has changed to -C, in
order not to shadow the -B option of dpkg-buildpackage. This break
with backward compatibility is the reason for the version bump.
closes: Bug#155444
* use which instead of command -v
* Allow a hook script to be specified in the configuration file.
closes: Bug#157027, Bug#157028
* Fixed a wrongly placed diagnositc output.                closes: Bug#156653
* Removed -jsource-dist:yesterday -jsource-dist:today merge options when
using cvs-upgrade to incorporate new upstream changes.  These
commands, however, do not work in general for a CVS source that has
had its "source-dist" branch updated by cvs-upgrade.  The reason for
this is that cvs-upgrade, by default, uses the "-d" flag when it
imports the new upstream source.  Therefore, all of the files are
tagged with their modification time as the time of import.  If the
files in the upstream tar file have been modified within the last 24
hours then everything works fine.  If, on the other hand, the files
were modified more than a day ago, which is more often the case when
using the pristine upstream tar, then "source-dist:yesterday" and
"source-dist:today" evaluate to the same version numbers, and thus the
branch merge commands listed above miss the changes made in the
upstream source. Many thanks to Brian Mays for pointing this out.
closes: Bug#154365
* Fixed typo This -> Thus                                 closes: Bug#157022
* Allow one to specify how to acquire the original tar ball in case it
does not exist in the workdir. Or to complain loudly, and abort, or
take any other action you wish.  closes: Bug#157024, Bug#153834, Bug#157025
* export  non_epoch_version upstream_version debian_version cvstag
package cvs_upstream_tag, so that they shall be available to the hook
scripts.                                                 closes: Bug#157032
